Fix IndexOutOfBoundsException when creating basic network#4464
Fix IndexOutOfBoundsException when creating basic network#4464DaanHoogland merged 1 commit intoapache:4.13from
Conversation
For Basic network isolation methods are not provided, and exception is thrown when trying to encode the Vlan id. That's why we have to check before encoding that the list with isolation methods is not empty
|
@GabrielBrascher i think this concerns your remark on the subject, can you test? |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2374 |
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3160)
|
|
taking a leap here as it only adds a guard extra. we'll have to merge forward and test the result. |
GabrielBrascher
left a comment
There was a problem hiding this comment.
It was merged but I am adding my test feedback anyway :)
Tested and it works +1 👍
Description
For Basic network isolation methods are not provided, and exception is
thrown when trying to encode the Vlan id. That's why we have to check
before encoding that the list with isolation methods is not empty
Reported issue #4450
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
on branch 4.13 and master
Setup CloudStack through the old UI with the installation wizard (which creates Basic network).